projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
912219c
)
*** empty log message ***
author
Colin Walters
<walters@gnu.org>
Sat, 7 Sep 2002 21:31:03 +0000
(21:31 +0000)
committer
Colin Walters
<walters@gnu.org>
Sat, 7 Sep 2002 21:31:03 +0000
(21:31 +0000)
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 76e6babe52e3cc1cbfa66cb46e647d8f21c5b04d..bf49e0c951cb702315f094a69c6d1f44c050775f 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-6,7
+6,11
@@
* diff.el (diff): Add optional argument no-async, and use the
above argument.
- * files.el (diff-buffer-with-file): Use it.
+ * files.el (diff-buffer-with-file): Call diff synchronously, so we
+ don't delete the temporary file before diff has a chance to read
+ it.
+
+ * ibuf-ext.el (ibuffer-diff-with-file): Just call `diff-buffer-with-file'.
2002-09-07 John Paul Wallington <jpw@shootybangbang.com>